home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / solarsys / Solar.exe / 0 / RCDATA / TFRMINTERVAL / TFRMINTERVAL.txt
Text File  |  1997-11-30  |  2KB  |  83 lines

  1. object frmInterval: TfrmInterval
  2.   Left = 313
  3.   Top = 180
  4.   ActiveControl = EditInterval
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Set Time Interval'
  8.   ClientHeight = 203
  9.   ClientWidth = 369
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object lblIntervalDescription: TLabel
  19.     Left = 16
  20.     Top = 12
  21.     Width = 338
  22.     Height = 56
  23.     Caption = 
  24.       'The smaller the time interval, the more accurate the simulation,' +
  25.       ' but the slower it runs. This is why you have to balance the acc' +
  26.       'uracy of the simulation with its speed.'
  27.     WordWrap = True
  28.   end
  29.   object lblSeconds: TLabel
  30.     Left = 296
  31.     Top = 87
  32.     Width = 54
  33.     Height = 16
  34.     Caption = 'Seconds'
  35.   end
  36.   object lblinterval: TLabel
  37.     Left = 12
  38.     Top = 84
  39.     Width = 80
  40.     Height = 16
  41.     Caption = '&Time Interval:'
  42.     FocusControl = EditInterval
  43.   end
  44.   object EditInterval: TEdit
  45.     Left = 107
  46.     Top = 83
  47.     Width = 181
  48.     Height = 24
  49.     TabOrder = 0
  50.     Text = '1'
  51.     OnChange = EditIntervalChange
  52.   end
  53.   object ScrollBarInterval: TScrollBar
  54.     Left = 12
  55.     Top = 127
  56.     Width = 346
  57.     Height = 20
  58.     Max = 13
  59.     TabOrder = 1
  60.     TabStop = False
  61.     OnScroll = ScrollBarIntervalScroll
  62.   end
  63.   object butCancel: TButton
  64.     Left = 176
  65.     Top = 168
  66.     Width = 83
  67.     Height = 25
  68.     Caption = '&Cancel'
  69.     TabOrder = 2
  70.     OnClick = ButtonClick
  71.   end
  72.   object butOk: TButton
  73.     Left = 272
  74.     Top = 168
  75.     Width = 83
  76.     Height = 25
  77.     Caption = '&Ok'
  78.     Default = True
  79.     TabOrder = 3
  80.     OnClick = ButtonClick
  81.   end
  82. end
  83.